XMLNodeList.Item Function

Retrieves the specified XML node from the list and returns it as an XMLNode. The Index parameter is zero-based.

Syntax

result = XMLNodeList.Item( Index )

Parameters

Index

Integer

Return Value

Result

XMLNode